3.3.94 \(\int \frac {\csc (a+b \log (c x^n))}{x^3} \, dx\) [294]

Optimal. Leaf size=85 \[ -\frac {2 e^{i a} \left (c x^n\right )^{i b} \, _2F_1\left (1,\frac {1}{2} \left (1+\frac {2 i}{b n}\right );\frac {1}{2} \left (3+\frac {2 i}{b n}\right );e^{2 i a} \left (c x^n\right )^{2 i b}\right )}{(2 i+b n) x^2} \]

[Out]

-2*exp(I*a)*(c*x^n)^(I*b)*hypergeom([1, 1/2+I/b/n],[3/2+I/b/n],exp(2*I*a)*(c*x^n)^(2*I*b))/(2*I+b*n)/x^2

________________________________________________________________________________________

Rubi [A]
time = 0.04, antiderivative size = 85, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 3, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {4606, 4602, 371} \begin {gather*} -\frac {2 e^{i a} \left (c x^n\right )^{i b} \, _2F_1\left (1,\frac {1}{2} \left (1+\frac {2 i}{b n}\right );\frac {1}{2} \left (3+\frac {2 i}{b n}\right );e^{2 i a} \left (c x^n\right )^{2 i b}\right )}{x^2 (b n+2 i)} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Csc[a + b*Log[c*x^n]]/x^3,x]

[Out]

(-2*E^(I*a)*(c*x^n)^(I*b)*Hypergeometric2F1[1, (1 + (2*I)/(b*n))/2, (3 + (2*I)/(b*n))/2, E^((2*I)*a)*(c*x^n)^(
(2*I)*b)])/((2*I + b*n)*x^2)

Rule 371

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[a^p*((c*x)^(m + 1)/(c*(m + 1)))*Hyperg
eometric2F1[-p, (m + 1)/n, (m + 1)/n + 1, (-b)*(x^n/a)], x] /; FreeQ[{a, b, c, m, n, p}, x] &&  !IGtQ[p, 0] &&
 (ILtQ[p, 0] || GtQ[a, 0])

Rule 4602

Int[Csc[((a_.) + Log[x_]*(b_.))*(d_.)]^(p_.)*((e_.)*(x_))^(m_.), x_Symbol] :> Dist[(-2*I)^p*E^(I*a*d*p), Int[(
e*x)^m*(x^(I*b*d*p)/(1 - E^(2*I*a*d)*x^(2*I*b*d))^p), x], x] /; FreeQ[{a, b, d, e, m}, x] && IntegerQ[p]

Rule 4606

Int[Csc[((a_.) + Log[(c_.)*(x_)^(n_.)]*(b_.))*(d_.)]^(p_.)*((e_.)*(x_))^(m_.), x_Symbol] :> Dist[(e*x)^(m + 1)
/(e*n*(c*x^n)^((m + 1)/n)), Subst[Int[x^((m + 1)/n - 1)*Csc[d*(a + b*Log[x])]^p, x], x, c*x^n], x] /; FreeQ[{a
, b, c, d, e, m, n, p}, x] && (NeQ[c, 1] || NeQ[n, 1])

Rubi steps

\begin {align*} \int \frac {\csc \left (a+b \log \left (c x^n\right )\right )}{x^3} \, dx &=\frac {\left (c x^n\right )^{2/n} \text {Subst}\left (\int x^{-1-\frac {2}{n}} \csc (a+b \log (x)) \, dx,x,c x^n\right )}{n x^2}\\ &=-\frac {\left (2 i e^{i a} \left (c x^n\right )^{2/n}\right ) \text {Subst}\left (\int \frac {x^{-1+i b-\frac {2}{n}}}{1-e^{2 i a} x^{2 i b}} \, dx,x,c x^n\right )}{n x^2}\\ &=-\frac {2 e^{i a} \left (c x^n\right )^{i b} \, _2F_1\left (1,\frac {1}{2} \left (1+\frac {2 i}{b n}\right );\frac {1}{2} \left (3+\frac {2 i}{b n}\right );e^{2 i a} \left (c x^n\right )^{2 i b}\right )}{(2 i+b n) x^2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 1.15, size = 78, normalized size = 0.92 \begin {gather*} -\frac {2 e^{i a} \left (c x^n\right )^{i b} \, _2F_1\left (1,\frac {1}{2}+\frac {i}{b n};\frac {3}{2}+\frac {i}{b n};e^{2 i \left (a+b \log \left (c x^n\right )\right )}\right )}{(2 i+b n) x^2} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Csc[a + b*Log[c*x^n]]/x^3,x]

[Out]

(-2*E^(I*a)*(c*x^n)^(I*b)*Hypergeometric2F1[1, 1/2 + I/(b*n), 3/2 + I/(b*n), E^((2*I)*(a + b*Log[c*x^n]))])/((
2*I + b*n)*x^2)

________________________________________________________________________________________

Maple [F]
time = 0.07, size = 0, normalized size = 0.00 \[\int \frac {\csc \left (a +b \ln \left (c \,x^{n}\right )\right )}{x^{3}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(csc(a+b*ln(c*x^n))/x^3,x)

[Out]

int(csc(a+b*ln(c*x^n))/x^3,x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(a+b*log(c*x^n))/x^3,x, algorithm="maxima")

[Out]

integrate(csc(b*log(c*x^n) + a)/x^3, x)

________________________________________________________________________________________

Fricas [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(a+b*log(c*x^n))/x^3,x, algorithm="fricas")

[Out]

integral(csc(b*log(c*x^n) + a)/x^3, x)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\csc {\left (a + b \log {\left (c x^{n} \right )} \right )}}{x^{3}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(a+b*ln(c*x**n))/x**3,x)

[Out]

Integral(csc(a + b*log(c*x**n))/x**3, x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(csc(a+b*log(c*x^n))/x^3,x, algorithm="giac")

[Out]

integrate(csc(b*log(c*x^n) + a)/x^3, x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {1}{x^3\,\sin \left (a+b\,\ln \left (c\,x^n\right )\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(x^3*sin(a + b*log(c*x^n))),x)

[Out]

int(1/(x^3*sin(a + b*log(c*x^n))), x)

________________________________________________________________________________________